home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_2405
/
PlaceObject2_333_3
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2008-09-12
|
435b
|
32 lines
onClipEvent(enterFrame){
if(begin)
{
wait = true;
begin = false;
c = 0;
}
if(wait)
{
c++;
if(c > DELAY)
{
wait = false;
hide = true;
}
}
if(hide)
{
play();
}
if(_root.reveal)
{
this.gotoAndStop("reveal");
_root.reveal = false;
reveal = true;
}
if(reveal)
{
play();
}
}